descendants

@JvmName(name = "descendantsOfType")
inline fun <NodeT : ITypedNode> ITypedNode.descendants(includeSelf: Boolean = false): Sequence<NodeT>
fun ITypedNode.descendants(includeSelf: Boolean = false): Sequence<ITypedNode>